home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Devpac 2.12 disk 2.adf / include.cbm / libraries / translator.i < prev   
Text File  |  1987-03-31  |  2KB  |  36 lines

  1.         TTL     '$Header: translator.i,v 32.1 86/01/22 01:18:17 sam Exp $'
  2. **********************************************************************
  3. *                                                                    *
  4. *   Copyright 1986, Commodore-Amiga Inc.   All rights reserved.      *
  5. *   No part of this program may be reproduced, transmitted,          *
  6. *   transcribed, stored in retrieval system, or translated into      *
  7. *   any language or computer language, in any form or by any         *
  8. *   means, electronic, mechanical, magnetic, optical, chemical,      *
  9. *   manual or otherwise, without the prior written permission of     *
  10. *   Commodore-Amiga Incorporated, 983 University Ave. Building #D,   *
  11. *   Los Gatos, California, 95030                                     *
  12. *                                                                    *
  13. **********************************************************************
  14. *
  15. * $Header: translator.i,v 32.1 86/01/22 01:18:17 sam Exp $
  16. *
  17. * $Locker:  $
  18. *
  19. * $Log: translator.i,v $
  20. * Revision 32.1  86/01/22  01:18:17  sam
  21. * placed under source control
  22. *
  23. **********************************************************************
  24.         IFND    LIBRARIES_TRANSLATOR_I
  25. LIBRARIES_TRANSLATOR_I  SET     1
  26.  
  27.  
  28. *               ;------ Translator error codes
  29. TR_NotUsed      EQU     -1              ;This is an often used system rc
  30. TR_NoMem        EQU     -2              ;Can't allocate memory
  31. TR_MakeBad      EQU     -4              ;Error in MakeLibrary call
  32.  
  33.  
  34.         ENDC
  35.